All Questions
2 questions
1vote
1answer
504views
How can I model unknown and an unknown number of attributes on an object?
My example might be slightly contrived, because I've modified it so that the project isn't recognizable by my employer. I'm a newer developer at a very small company. We have an object - Posts - that ...
5votes
3answers
2kviews
Should we have a database independent SQL like query language in Django?
Note : I know we have Django ORM already that keeps things database independent and converts to the database specific SQL queries. Once things starts getting complicated it is preferred to write raw ...